home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Puzzle / rollon / rollon.dcr / 00001_RollOn01.swf / scripts / DefineButton2_268 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2004-09-09  |  91 b   |  5 lines

  1. on(press){
  2.    getUrl("event:savegame", "");
  3.    this["gameName" + gameID] = gameName;
  4. }
  5.